home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00002Series_142_b_SEAL.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  209 b   |  8 lines

  1. on mouseUp
  2.   if the hilite of cast "b_mtg51" = 1 then
  3.     alert("You cannot use Swivel Seals with Swivel Locks")
  4.     set the hilite of cast "b_mtg51" to 0
  5.     set the hilite of cast "b_seal" to 0
  6.   end if
  7. end
  8.